SftTabs/NET 6.0

Rows Property, SftTabs Class

Softel vdm, Inc.

Defines the number of tab rows.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property Rows As Integer

C#   

public int Rows { get; set; }

C++   

public: property int Rows {
        int get();
        void set(int value);
}

Property Value

The number of tab rows.

The default value is -1.

Comments

The Rows property defines the number of tab rows.

Scrollable tab controls always have exactly one row of tabs. If the Rows property is set to a value other than 1, scrolling is automatically disabled (see Scrolling.Style property).

Tabs are automatically distributed among the number of defined tab rows.

The number of rows defined must be smaller or equal to the number of available tabs, as each row displays at least one tab.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com